projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f53f6a1
)
(Info-mode): Do set `font-lock-defaults', and be sure to set
author
Colin Walters
<walters@gnu.org>
Sun, 9 Jun 2002 00:18:15 +0000
(
00:18
+0000)
committer
Colin Walters
<walters@gnu.org>
Sun, 9 Jun 2002 00:18:15 +0000
(
00:18
+0000)
`font-lock-core-only'.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 7aa2996784211acfc6ce53577ac514cdb91e76c3..8d5ae4d3473b89b8a90a5e76e602732bede2432c 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-2336,6
+2336,8
@@
Advanced commands:
(setq local-abbrev-table text-mode-abbrev-table)
(setq case-fold-search t)
(setq buffer-read-only t)
+ (set (make-local-variable 'font-lock-defaults)
+ '(nil t nil nil nil (font-lock-core-only . t)))
(make-local-variable 'Info-current-file)
(make-local-variable 'Info-current-subfile)
(make-local-variable 'Info-current-node)